Update Group
AutomatR.Zendesk.Activities.UpdateGroup
The "Update Group" activity in AutomatR is part of the Zendesk activities package, enabling users to update group information within Zendesk. This activity streamlines the process of modifying group details, ensuring accurate and up-to-date data in Zendesk.
Properties
Name | Description |
---|---|
Input | |
Group Name | Specifies the name of the group. Enter a string or a String variable. |
Group ID | Specifies the ID of the group. Enter an Int64 or an Int64 variable. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Enter the wait time in seconds (Example: 5 seconds i.e., 5) to start the activity. |
Output | |
Result | Outputs the updated group information in the form of an IndividualGroupResponse object. This object contains details about the modified group, such as the group's ID, name, and other attributes. Variables of relevant types (e.g., IndividualGroupResponse) to store the updated group information. |
How to use:
- Drag and drop the "Update Group" activity onto the workflow.
- Configure the properties by specifying the group name and group ID that you want to update.
- Optionally, configure the delay.
- Execute the workflow to update the specified group in Zendesk.
Example:
Consider an example where the "Update Group" activity is used to modify the name of a group with ID 456:
Update Group:
Group Name: "New Group Name"
Group ID: 456
Delay: 0
Result: updatedGroup
In this example, the activity updates the group with ID 456, changing its name to "New Group Name." The updated group information is stored in the variable "updatedGroup" for further analysis in the workflow.